home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / 1000.dir / 00056.ls < prev    next >
Encoding:
Text File  |  1996-03-20  |  179 b   |  10 lines

  1. on exitFrame
  2.   global movDurationVAR, sawFIRESTONE
  3.   if the movieTime of sprite 30 < movDurationVAR then
  4.     go(#loop)
  5.   else
  6.     set sawFIRESTONE to 1
  7.     go("100")
  8.   end if
  9. end
  10.